Launch App
Command Prototype
iPID = App.Run(sPath, iWait, iShow)
Command Description
Launch an app, and return the PID of the app
Parameter Description
- Required Parameter
- sPath--The path to the app file
- iWait--Wait Mode
- iShow--The display style after the program is launched (not necessarily valid)
- return
- iPID--The variable used to save the output of the function call